PATH
Mac OS 8 Developer Documentation
>
Operating System Services
>
Multiprocessing Services
>
Adding Multitasking Capability to Applications Using Multiprocessing Services
Creating and Handling Semaphores
Multiprocessing Services provides the following functions for creating and handling semaphores:
MPCreateSemaphore
creates a semaphore.
MPDeleteSemaphore
removes a semaphore.
MPSignalSemaphore
signals a semaphore.
MPWaitOnSemaphore
waits on a semaphore.
© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)